Unified Diff Library
Type
library
Description
Text comparison library, handling differences in unified diff format
Children Properties
Function
Name | Summary | Syntax |
---|---|---|
DiffCompare | Produce a diff representing the changes between two text strings | DiffCompare(<pFrom>,<pTo>,<pContext>) |
DiffPatch | Patch a string with a previously computed diff. | DiffPatch(<pSource>,<pDiff>) |
DiffCompareFiles | Produce a diff representing the changes between two text files | DiffCompareFiles(<pFrom>,<pTo>,<pContext>) |